ServiceMoveItem Method (IListItemId, StandardFolder) |
Moves multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> MoveItem(
IList<ItemId> items,
StandardFolder standardFolder
)
Public Function MoveItem (
items As IList(Of ItemId),
standardFolder As StandardFolder
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItemId
The IDs of the items to move. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to move the items to.
Return Value
Type:
IListItemInfoResponseA collection of move results for each of the specified item IDs.
See Also